home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  303 b   |  20 lines

  1. on exitFrame
  2.   global nugia
  3.   sound stop 2
  4.   if nugia = 4 then
  5.     go(the frame + 2)
  6.   end if
  7.   if nugia = 3 then
  8.     go(the frame + 4)
  9.   end if
  10.   if nugia = 2 then
  11.     go(the frame + 6)
  12.   end if
  13.   if nugia = 1 then
  14.     go(the frame + 8)
  15.   end if
  16.   if nugia = 0 then
  17.     go(the frame + 10)
  18.   end if
  19. end
  20.